Open GoPro SDK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Open GoPro SDK
Open GoPro SDK
/
com.gopro.open_gopro.operations
/
CohnState
/
Provisioned
Provisioned
data
class
Provisioned
(
val
username
:
String
,
val
password
:
String
,
val
ipAddress
:
String
,
val
certificates
:
List
<
String
>
)
:
CohnState
,
IHttpsCredentials
Members
Constructors
Provisioned
Link copied to clipboard
constructor
(
username
:
String
,
password
:
String
,
ipAddress
:
String
,
certificates
:
List
<
String
>
)
Properties
certificates
Link copied to clipboard
open
override
val
certificates
:
List
<
String
>
ip
Address
Link copied to clipboard
val
ipAddress
:
String
password
Link copied to clipboard
open
override
val
password
:
String
username
Link copied to clipboard
open
override
val
username
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String